home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga CD-Sensation: Golden Games
/
Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso
/
Multiplayer
/
Viper
/
LibInstall
< prev
next >
Wrap
Text File
|
1994-10-27
|
649b
|
30 lines
;;
;; $Filename: HDInstall $
;; $Id: HDInstall, v1.1 10/14/94 $
;; $Date: 10/14/94 $
;; $Revision: 1.1 $
;;
;(set @user-level 3) ; force to not display user type
(complete 0)
(message "This script will install the latest version of iff.library to "
"LIBS:. If you have the current version, nothing will be done."
)
; copy library if needed
(copylib
(confirm)
(prompt "Should I replace your iff.library with a new one.")
(help "Viper comes with the freely distributable iff.library v23.2."
"It is sugested you replace your version if it is "
"less than that.")
(source "Libs/iff.library")
(dest "Libs:")
)
(complete 100)
(exit)